Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / GroupDataModel Class / Group Method / Group(SortInfo[],IComparer) Method
Sort information
Comparer
Example


In This Topic
    Group(SortInfo[],IComparer) Method
    In This Topic
    Groups the rows with the specified sort information and specified comparer.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Group( _
       ByVal sortInfo() As SortInfo, _
       ByVal groupComparer As IComparer _
    ) 
    'Usage
     
    
    Dim instance As GroupDataModel
    Dim sortInfo() As SortInfo
    Dim groupComparer As IComparer
     
    instance.Group(sortInfo, groupComparer)
    public void Group( 
       SortInfo[] sortInfo,
       IComparer groupComparer
    )

    Parameters

    sortInfo
    Sort information
    groupComparer
    Comparer
    Example
    This example groups the data model.
    See Also